projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f91ebe
)
(main): Call syms_of_font unconditionally.
author
Kenichi Handa
<handa@m17n.org>
Tue, 20 May 2008 06:32:07 +0000
(06:32 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Tue, 20 May 2008 06:32:07 +0000
(06:32 +0000)
src/emacs.c
patch
|
blob
|
history
diff --git
a/src/emacs.c
b/src/emacs.c
index 9fb5c4081f99007292855abd1ea4972659667a9f..94e1448c2f023b738b924ee39d2085d6c27241ae 100644
(file)
--- a/
src/emacs.c
+++ b/
src/emacs.c
@@
-1590,8
+1590,8
@@
main (argc, argv
#endif /* WINDOWSNT */
syms_of_window ();
syms_of_xdisp ();
-#ifdef HAVE_WINDOW_SYSTEM
syms_of_font ();
+#ifdef HAVE_WINDOW_SYSTEM
syms_of_fringe ();
syms_of_image ();
#endif /* HAVE_WINDOW_SYSTEM */